@charset "utf-8";

@font-face {
    font-family: "Arial-custom";
    src: url("../fonts/arial.ttf") format('truetype');
}

.class-relative {
    position: relative;
}
.index-carousel img {
    display: inline-block !important;
}
.about-container {
    margin: 20px auto 15px auto;
}
.container .width-short {
    margin: 0 auto;
    width: 80%;
}
.about-container .about-div {
    height: 350px;
}
.about-container .about-div .table > thead > tr > th,.about-container .about-div .table > tbody > tr > td {
    border: none;
}
.about-container p,.newstitle-container p {
    margin-bottom: 0px !important;
    font-size: 16px;
}
.about-container h3,.newstitle-container h3 {
    margin-top: 0px !important;
}
.about-container .aboutmore-img {
    position: relative;
}
/*搜索框*/
.search-content {
    position:absolute;
    top: 70%;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    z-index: 100;
}
.search-content .atsx-input {
    width:100%;
    padding: 8px 0 8px 20px;
    border-radius:30px;
    color:#1f2329;
    border-color:rgba(0,0,0,0);
    border: 1px solid #fff;
}
.search-content .atsx-input:active,.search-content .atsx-input:hover {
    border:1px solid #82a7fc
}
.search-content .atsx-input::-webkit-input-placeholder {
    font-size:16px;
    line-height:18px;
    color:#bbbfc4
}
.search-content .atsx-input::-moz-placeholder {
    font-size:16px;
    line-height:18px;
    color:#bbbfc4
}
.search-content .atsx-input:-ms-input-placeholder {
    font-size:16px;
    line-height:18px;
    color:#bbbfc4
}
.search-content .atsx-input::-ms-input-placeholder {
    font-size:16px;
    line-height:18px;
    color:#bbbfc4
}
.search-content .atsx-input::placeholder {
    font-size:16px;
    line-height:18px;
    color:#bbbfc4
}
.search-content button {
    background:#3370ff;
    border:none;
    color:#fff;
    border-radius:24px;
    font-size:20px;
    line-height:46px;
    height:28px;
    width:28px;
    min-width:auto;
    position:absolute;
    right:7px;
    top:4px
}
.search-content button:hover {
    background:#82a7fc;
    cursor: pointer;
}
.search-content button:active {
    background:#245bdb
}
.search-content button svg {
    fill:#fff;
    position:absolute;
    top:4px;
    left:5px
}
.about-container .hot-jobs {
    position: relative;
}
.about-container .doll-img {
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 75px;
}
.about-container .border-jobs {
    border: 1px solid #ddd;
    width: 100%;
    padding: 15px 12px;
    font-size: 15px;
}
.about-container .table tr td {
    line-height: 18px;
}
.newstitle-container .newstitle-more, .specialgame-container .gamestitle-more, .games-container .gamestitle-more {
   width: 76px;
   height: 22px;
   line-height: 22px;
   text-align: center;
   font-size: 12px;
   margin-top: 10px
}

.newstitle-container .newstitle-more a, .specialgame-container .gamestitle-more a, .games-container .gamestitle-more a {
    color: #8b8b8b;
    border-radius: 15px;
    border: 1px solid #c5c6c9;
    display: block;
}
.newstitle-container .newstitle-more a:hover, .specialgame-container .gamestitle-more a:hover {
    color: #1ca0f3;
    border: 1px solid #1ca0f3;
}
.news-container .news-div {
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.15);
    background: #fff;
    margin-bottom: 20px;
}
.news-container .news-img {
    overflow: hidden;
    /*width: 320px;*/
    height: 157px;
}
.news-container .news-img img {
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.news-container .news-img img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.news-container .news-content {
    margin: 15px 15px 0 15px;
    border-bottom: 1px solid #eee;
 }
 .news-container .news-content h3 {
    overflow: hidden;
    height: 23px;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 18px !important;
 }
.news-container .news-content p {
    height: 84px;
    overflow: hidden;
    font-size: 14px;
    color: #b6b6b4;
    line-height: 21px;
    margin-top: 8px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow:ellipsis;
}
.news-container .news-time {
    height: 40px;
    line-height: 40px;
    color: #b6b6b4;
    padding: 0 15px;
}
ol.carousel-indicators {
    margin-bottom: 1px !important;
    bottom: 8px !important;
}

.title-nav,.school-titlenav {
    width: 102px;
    position: fixed;
    top: 28%;
    right: 50px;
    z-index: 200;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 0 8px 8px;
}
.title-nav {
    top: 40%;
}
#scroll-div {
    position: relative;
}
.aboutsy-team .row .img-list {
    margin: 0 auto;
    padding: 10px 0 5px 0;
}
.aboutsy-team .row .img-list a {
    display: inline-block;
    width: 250px;
}
.aboutsy-team .row .img-list .str_wrap {
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
    height: 348px !important;
}
.aboutsy-team .img-list .str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
}
.aboutsy-team .img-list .str_move_clone {
    display:inline-block;
    vertical-align:top;
    position:absolute;
    left:100%;
    top:0;
}
.aboutsy-container h2,.aboutsy-culture h2,.aboutsy-team h2 {
    color: #555;
    margin-bottom: 20px;
}
.aboutsy-container p {
    color: #666;
    font-size: 15px;
    text-indent: 2em;
    line-height: 25px;
}
.aboutsy-container hr {
    height:1px;
    border-top:none;
    border-right:none;
    border-left:none;
    border-image:initial;
    border-bottom:1px dotted #CCCCCC;
    overflow:hidden;
    margin:20px 0px;
}
.aboutsy-culture-bg {
    margin: 25px 0 0 0;
    background: #DBEEF4;
}
.aboutsy-culture img,.aboutsy-team .sy-team-img,.games-container img {
    margin: 0 auto;
}
.aboutsy-team img {
    margin-bottom: 4px;
    cursor: pointer;
}
.aboutsy-gotop {
    position: fixed;
    bottom: 18%;
    right: 80px;
    display: none;
    z-index: 500;
}
.aboutsy-gotop .btn {
    font-size: 18px;
}
.games-container .row > div {
    padding-top: 45px;
}
.games-container .row p {
    font-size: 18px;
}
.games-container .row a.downloada {
    position: relative;
    display: inline-block;
}
.games-container .row a img.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.games-container .row a:hover > img.img-icon {
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.social-container {
    margin-top: 30px;
    /*padding: 0 50px;*/
}
.social-container .social-desc,.schooljob-container .social-desc {
    background-color: #77ddf3;
    color: #fff;
    font-size: 15px;
}
.social-container .social-search p,.social-container .social-desc p,.schooljob-container .social-search p,.schooljob-container .social-desc p {
    line-height: 40px;
}
.social-container .social-desc p:last-child,.schooljob-container .social-desc p:last-child {
    padding-bottom: 8px;
}
.social-container .social-search p,.schooljob-container .social-search p {
    border-bottom: 1px solid #77ddf3;
    margin: 0 0 12px 0;
}
.social-container .social-search .search-input,.schooljob-container .social-search .search-input {
    margin-bottom: 10px;
}
.social-container .social-search .search-input input,.schooljob-container .social-search .search-input input {
    border-color: #77ddf3;
    height: 38px;
}
.social-container .social-search .search-input a,.schooljob-container .social-search .search-input a {
    background-color: #77ddf3;
    color: #fff;
    font-size: 14px;
}
.social-container .social-search p a,.schooljob-container .social-search p a {
    display: inline-block;
    padding: 0 30px;
    font-size: 14px;
    color: #333;
}
.social-container .social-search p a:hover,.schooljob-container .social-search p a:hover {
    color: #1ca0f3;
}
.social-container .social-search-content,.schooljob-container .social-search-content {
    position: relative;
}
.social-search-content .atsx-input {
    width:100%;
    padding: 8px 0 8px 35px;
    border-radius:6px;
    color:#1f2329;
    border: 1px solid #e8e8e8;
    /*box-shadow: 0 4px 20px 0 rgba(54,97,174,.1);*/
}
.social-search-content .atsx-input:active,.social-search-content .atsx-input:hover {
    border:1px solid #77ddf3;
}
.social-search-content button {
    border:none;
    color:#fff;
    font-size:25px;
    position:absolute;
    /*left:28px;*/
    /*top:5px*/
}
.social-search-content button:hover {
    background:#82a7fc;
    cursor: pointer;
}
.social-search-content button:active {
    background:#245bdb
}
.social-search-content button svg {
    fill:#ccc;
    position:absolute;
    top:4px;
    left:5px
}
.dropdown-nav .dropdown-menu {
    min-width: 100px;
}
.social-container .nav-pills {
    margin-top: 5px !important;
}
.dropdown-nav li a {
    border-radius: 8px;
}
.dropdown-nav .open > a,.dropdown-nav .open > a:hover,.dropdown-nav .open > a:focus {
    border-color: #3370ff;
    color: #3370ff;
}
.dropdown-nav .dropdown-menu > li > a:hover,.social-container .jobs-table tbody tr td a:hover,.schooljob-container .jobs-table tbody tr td a:hover {
    color: #3370ff;
}
.dropdown-nav .dropdown-menu > li > a.active {
    color: #3370ff;
    background-color: #e1e3e9;
}
.social-container .jobs-list h4,.schooljob-container .jobs-list h4 {
    font-size: 14px;
    color: #1f2329;;
}
.social-container .jobs-list .betline,.schooljob-container .jobs-list .betline,.mobile-jobdetail-title p .betline {
    display: inline-block;
    width: 3px;
    height: 10px;
    background-color: #bbbfc4;
    margin: 0 .21333333rem;
    -ms-transform: scaleX(.5);
    transform: scaleX(.5);
}
.social-container .jobs-list .list-group p,.schooljob-container .jobs-list .panel-heading p,.mobile-jobdetail-title p {
    color: #646a73 !important;
    font-size: 12px;
}
.social-container .jobs-list .list-group .list-group-item:first-child {
    border-top: none;
}
.social-container .jobs-list .list-group .list-group-item {
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding: 8px 15px;
}
.social-container .jobs-list .list-group .list-group-item .mobile-jobdetail {
    display: inline-block;
    width: 90%;
}
.social-container .jobs-list .list-group .list-group-item .mobile-jobdetail-icon {
    width: 10%;
    float: right;
}
.social-container .jobs-list .list-group .list-group-item .mobile-jobdetail-icon div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 71px;
}
.social-container .jobs-list .list-group .list-group-item .mobile-jobdetail-icon .mglyphicon {
    background: url("../img/mobile-icon.png") no-repeat;
    background-position: 9px -263px;
    display: inline-block;
    width: 36px;
    height: 36px;
}
.social-container .jobs-table,.schooljob-container .jobs-table {
    font-size: 14px;
    margin-top: 20px;
}
.social-container .jobs-table thead tr,.schooljob-container .jobs-table thead tr {
    background-color: #77ddf3;
    color: #fff;
}
.social-container .jobs-table tbody tr,.social-container .jobs-table tbody tr td a,.schooljob-container .jobs-table tbody tr,.schooljob-container .jobs-table tbody tr td a {
    background-color: #f8fbff;
    color: #1f2329;
}
.social-container .jobs-table thead tr th,.social-container .jobs-table tbody tr td,.schooljob-container .jobs-table thead tr th,.schooljob-container .jobs-table tbody tr td {
    padding: 11px 8px;
    font-weight: normal;
}
.social-container .jobs-table tbody tr td,.schooljob-container .jobs-table tbody tr td {
    border-top-color: #77ddf3;
}
.social-container .jobs-table tbody tr:last-child,.schooljob-container .jobs-table tbody tr:last-child {
    border-bottom: 1px solid #77ddf3;
}
.social-container .pagination {
    margin: 0 0 8px 0;
}
.social-container .pagination > li > a {
    background-color: #f8fbff;
}
.contact-container .row h2 {
    padding: 10px 0 25px 0;
    border-bottom: 1px dotted #ccc;
}
.contact-container .info p {
    font-size: 15px;
    line-height: 30px;
}
.socialdetial-container {
    margin-top: 10px;
}
.socialdetial-container .left-div {
    border-right: 1px solid #e2e2e2;
}
.socialdetial-container section.jobsection-detail {
    margin-top: 20px;
    padding-bottom: 20px;
}
.socialdetial-container header.title {
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    font-size: 15px;
    border-bottom: 2px solid #e3e3e3;
    position: relative;
}
.socialdetial-container .bg-blue {
    width: 60px;
    height: 2px;
    display: block;
    background-color: #2091bf;
    position: absolute;
    bottom: -2px;
}
.socialdetial-container article header {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding-left: 48px;
    background: url(../img/job-info-36x36.gif) left center no-repeat;
    font-weight: bold;
}
.socialdetial-container article header span {
    display: none;
}
.socialdetial-container article section.jobsection-content {
    margin: 30px 0;
}
.socialdetial-container section.jobsection-detail .postbutton {
    display: inline-block;
    color: #fff;
    padding: 8px 25px;
    background-color: #32a5dc;
    font-size: 15px;
    font-weight: bold;
}
.socialdetial-container section.jobsection-detail .fon-sliver {
    color: #a4a4a4;
    font-style: normal;
    font-weight: 100;
}
.socialdetial-container .job-urgent {
    margin-top: 20px;
}
.socialdetial-container .job-urgent p {
    height: 24px;
    font-size: 12px;
}
.socialdetial-container .job-urgent p a {
    color: #222;
}
.socialdetial-container .job-urgent p a:hover {
    color: #1ca0f3;
}
.newslist-container .img-div {
    text-align: right;
}
.newslist-container .img-div img {
    display: inline-block !important;
    width: 250px;
}
.newslist-container {
    margin-top: 10px;
}
.newslist-container a .row {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}
.newslist-container h3 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 22px;
    color: #333;
}
.newslist-container .news-date,.newsdetail-container .detail-date {
    color: #828282;
    font-size: 14px;
}
.newslist-container .news-desc {
    color: #333;
    font-size: 16px;
}
.newslist-container .view-more {
    padding: 15px 0;
    font-size: 18px;
}
.newsdetail-container .content-div {
    background: #FFF;
    margin-top: 30px;
    box-shadow: 0 0 6px #DCDCDC;
    border-radius: 4px;
}
.newsdetail-container .listbutton {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}
.newsdetail-container .detail-content {
    padding: 15px 0 20px 0;
}
.newsdetail-container .return-back {
    margin-top: 10px;
}
.newsdetail-container .detail-page {
    margin-bottom: 40px;
}
.guardianship-container .row img {
    max-width: 100% !important;
}
.guardianship-container #myTab,.gamesdetail-container #myTab {
    margin: 25px 0;
}
.guardianship-container #myTab a,.gamesdetail-container #myTab a {
    font-size: 16px;
}
.gamesdetail-container .gamesdetail-single {
    padding: 0;
}
.gamesdetail-container ul li {
    list-style: none;
}
.gamesdetail-container .menus .clear {
    clear: both;
}
.gamesdetail-container .menus {
    margin-top: 30px;
}
.gamesdetail-container .menus ul.ul-slide {
    width: 100%;
    border-bottom: 2px solid #009FE9;
    position: relative;
    float: left;
    padding: 0;
}
.gamesdetail-container .menus ul.ul-slide li {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 18px;
}
.gamesdetail-container .menus ul.ul-slide li:nth-child(2) {
    color: #fff;
}
.gamesdetail-container .menus .bg {
    width: 25%;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #009FE9;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gamesdetail-container .tab {
    width: 100%;
    margin-top: 18px;
    display: none;
}
.gamesdetail-container .show {
    display: block;
}
.gamesdetail-container .show .gamebg-img,.gamesdetail-container .game-yh {
    padding: 0 !important;
}
.gamesdetail-container .show .game-content h3 {
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    height: 37px;
}
.gamesdetail-container .show .game-content h3 span {
    border-bottom: 2px solid #f60;
    display: inline-block;
    height: 37px;
}
.gamesdetail-container .game-yh .img-width {
    width: 301px;
    display: inline-block;
}
.schoolbanner-container {
    position: relative;
}
.schoolbanner-container .post-scroll {
    display: inline-block;
    position: absolute;
    left: calc(50% - 160px / 2);
    bottom: 8%;
    z-index: 100;
}
.schoolbanner-container .post-button {
    width: 160px;
    height: 60px;
}
.schoolbanner-container .scroll .aMousedown {
    display: inline-block;
    width: 18px;
    height: 68px;
    cursor: pointer;
    -webkit-animation: amousedown 3.5s linear;
    animation: amousedown 3.5s linear;
    margin-top: 5px;
}
.schoolbanner-container .scroll .aMousedown span {
    display: block;
    height: 65px;
    background: url(../img/mouse-bg.png) no-repeat center 15px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
/*.schoolbanner-container .scroll .aMousedown:hover span {
    background: url(../img/mouse-bg.png) no-repeat center -85px;
    -webkit-transform: translate(0,5px);
    transform: translate(0,5px);
}*/
.schoolvideo-container header {
    margin: 70px 0;
}
.schoolvideo-container .mobile-schoolvideo-text {
    cursor: default;
}
.schoolvideo-container .mobile-schoolvideo-text h1 {
    /*font-family: 'shs-bold-custom';*/
    font-weight: bold;
    font-size: 35px;
    margin-top: 15px;
}
.schoolvideo-container .mobile-schoolvideo-text p {
    font-family: 'Arial-custom';
    font-size: 20px;
}
.schoolvideo-content-main {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 30px;
    position: relative;
}
.schoolvideo-content-main .schoolvideo-text {
    color: white;
    font-family: 'shs-bold-custom';
    font-weight: bold;
    font-size: 2vw;
    position: absolute;
    top: -13.8%;
    left: 23.2%;
    z-index: 3;
    cursor: pointer;
    transition: all .3s;
    user-select: none;
}
.schoolvideo-content-main .schoolvideo-text p {
    margin: 0;
}
.schoolvideo-content-main .schoolvideo-text-2 {
    color: #9f34e2;
    font-family: 'shs-bold-custom';
    font-weight: bold;
    font-size: 1.6vw;
    position: absolute;
    top: -12.2%;
    left: 36%;
    z-index: 3;
    cursor: pointer;
    transition: all .3s;
    user-select: none;
}
.schoolvideo-content-main .schoolvideo-text-2 p {
    margin: 0;
}
.schoolvideo-content-main .schoolvideo-img {
    width: 65%;
    display: inline-block;
    position: relative;
}
.schoolvideo-content-main .schoolvideo-text-active {
    color: white !important;
    left: 34.6% !important;
}
.schoolvideo-content-main .schoolvideo-text-inactive {
    color: #9f34e2 !important;
    left: 23.9% !important;
}
.schoolvideo-content-main .schoolvideo-img img {
    width: 100%;
    height: 100%;
}
.schoolvideo-content-main .schoolvideo-img img.schoolvideo-border {
    width: 110.5%;
    height: 130%;
    position: absolute;
    top: -20.5%;
    left: -5.5%;
}
.schoolvideo-content-main .schoolvideo-img img.schoolvideo-border-add {
    width: 22%;
    height: 12%;
    position: absolute;
    top: -16.5%;
    left: 22.9%;
}
.schoolvideo-content-main .schoolvideo-img img.schoolvideo-border-active {
    width: 25%;
    height: 14%;
    position: absolute;
    top: -18.26%;
    left: 2.05%;
}
.schoolvideo-content-main .schoolvideo-img img.schoolvideo-border-img-active {
    width: 25%;
    height: 14%;
    position: absolute;
    top: -18.2%;
    left: 20.2%;
}
.schoolvideo-content-main .schoolvideo-img img.schoolvideo-border-img-inactive {
    width: 22%;
    height: 12%;
    position: absolute;
    top: -16.5%;
    left: 2.8%;
    transform: rotateY(180deg);
}
.schoolvideo-content-main .schoolvideo-img .schoolvideo-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.schoolvideo-content-main .schoolvideo-img .schoolvideo-btn i {
    background: #e2e2e2;
    width: 70px;
    height: 70px;
    font-size: 70px;
    border-radius: 50%;
    transition: opacity .8s;
    cursor: pointer;
    position: absolute;
    top: calc((100% - 70px) / 2);
    left: calc((100% - 70px) / 2);
}
.schoolvideo-content-main .schoolvideo-img .schoolvideo-btn i:hover {
    background: #cecece;
}
.schoolvideo-content-main .schoolvideo-video #video {
    position: absolute;
    left: calc(50% - 90% / 2);
    top: -20%;
    display: none;
}
.schoolvideo-content-main .schoolvideo-video #close {
    text-align: center;
    margin-bottom: 20px;
    z-index: 201;
    position: absolute;
    left: calc(50% - (48px / 2));
    bottom: 5%;
}
.schoolvideo-content-main .schoolvideo-video #close a {
    display: none;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: black;
    opacity: 0.4;
    color: #fff;
    font-weight: bold;
}
.schooloffer-bg {
    background: url(../img/schooloffer_bg.png) repeat;
    background-size: 100% 100%;
}
.schooloffer-container header {
    margin: 70px 0 0;
}
.schooloffer-container .mobile-schooloffer-text {
    cursor: default;
}
.schooloffer-container .mobile-schooloffer-text h1 {
    /*font-family: 'shs-bold-custom';*/
    font-weight: bold;
    font-size: 35px;
    margin-top: 15px;
}
.schooloffer-container .mobile-schooloffer-text p {
    font-family: 'Arial-custom';
    font-size: 20px;
}
.schooloffer-content-main {
    text-align: center;
    padding-bottom: 50px;
}
.schooloffer-content-main .schooloffer-content {
    width: 23%;
    position: relative;
    display: inline-block;
}
.schooloffer-content-main .schooloffer-content .schooloffer-img-box {
    width: 88%;
    height: auto;
    cursor: pointer;
    display: inline-block;
}
.schooloffer-content-main .schooloffer-content .schooloffer-img-box img.schooloffer-img {
    width: 100%;
}
.schooloffer-content-main .schooloffer-content img.schooloffer-arrow {
    width: 10%;
}
.schooloffer-content-main .schooloffer-content .schooloffer-text {
    width: 88%;
    position: absolute;
    bottom: 14%;
    left: 0;
    font-family: 'shs-bold-custom';
    font-size: 18px;
    cursor: pointer;
}
.schooloffer-content-main .schooloffer-content:last-of-type .schooloffer-text {
    width: 100%;
}
.schooloffer-mobile-content-main {
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin-bottom: 25px;
}
.schooloffer-mobile-content-main .schooloffer-mobile-content {
    width: 20%;
    text-align: center;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.schooloffer-mobile-content-main .schooloffer-mobile-content .schooloffer-mobile-content-border {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0);
}
.schooloffer-mobile-content-main .schooloffer-mobile-content img {
    width: 65%;
    margin-top: 25px;
}
.schooloffer-mobile-content-main .schooloffer-mobile-content .schooloffer-text {
    font-family: 'shs-bold-custom';
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.schooloffer-mobile-content-main .schooloffer-mobile-content .schooloffer-text b {
    padding-bottom: 3px;
}
.schooloffer-mobile-content-main .schooloffer-mobile-content:hover .schooloffer-mobile-content-border {
    border: 2px solid #b2c9e7;
    border-radius: 5px;
    transform: scale(1.08, 1.08);
    transition: all .5s ease-out 0s;
}
.schooloffer-mobile-content-main .schooloffer-mobile-content:hover .schooloffer-text b {
    border-bottom: 1px solid black;
}
.schooloffer-mobile-content-main .schooloffer-mobile-content:hover img {
    transform: scale(1.08, 1.08);
    transition: all .5s ease-out 0s;
}
.schooloffer-mobile-content-main .schooloffer-mobile-arrow {
    width: 5%;
    display: inline-block;
}
.schooloffer-mobile-content-main .schooloffer-mobile-arrow img {
    width: 100%;
}
.schoolpost-bg {
    background: url(../img/schoolpost_bg.png) repeat;
    background-size: 100% 100%;
}
.schoolpost-container header {
    margin: 70px 0 0;
}
.schoolpost-container .mobile-schoolpost-text {
    color: white;
    cursor: default;
}
.schoolpost-container .mobile-schoolpost-text h1 {
    /*font-family: 'shs-bold-custom';*/
    font-weight: bold;
    font-size: 35px;
    margin-top: 15px;
}
.schoolpost-container .mobile-schoolpost-text p {
    font-family: 'Arial-custom';
    font-size: 20px;
}
.schoolpost-content-main {
    text-align: center;
    padding-bottom: 20px;
}
.schoolpost-content-main .schoolpost-content {
    width: 23%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.schoolpost-content-main .schoolpost-content .schoolpost-img-box,
.schoolpost-content-main .schoolpost-content .schoolpost-img-box img {
    width: 100%;
}
.schoolpost-content-main .schoolpost-content .schoolpost-text {
    width: 100%;
    position: absolute;
    bottom: 16%;
    left: 0;
    color: white;
    font-family: 'shs-bold-custom';
    font-size: 20px;
}
.schoolschedule-container header {
    margin: 70px 0 0;
}
.schoolschedule-container .mobile-schoolschedule-text {
    cursor: default;
}
.schoolschedule-container .mobile-schoolschedule-text h1 {
    /*font-family: 'shs-bold-custom';*/
    font-weight: bold;
    font-size: 35px;
    margin-top: 15px;
}
.schoolschedule-container .mobile-schoolschedule-text p {
    font-family: 'Arial-custom';
    font-size: 20px;
}
.schoolschedule-content-main {
    text-align: center;
}
.schoolschedule-content-main .schoolschedule-content {
    width: 32%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.schoolschedule-content-main .schoolschedule-content img {
    width: 100%;
}
.schoolschedule-content-main .schoolschedule-content .schoolschedule-text {
    text-align: left;
    color: white;
    font-family: 'shs-bold-custom';
    position: absolute;
    bottom: 23%;
    left: 20%;
}
.schoolschedule-content-main .schoolschedule-content .schoolschedule-text p:nth-of-type(1) {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}
.schoolschedule-content-main .schoolschedule-content .schoolschedule-text p:nth-of-type(2) {
    font-size: 12px;
    margin: 0;
}
.schoolschedule-content-main .schoolschedule-content .schoolschedule-text2 {
    text-align: right;
    color: white;
    font-family: 'shs-bold-custom';
    position: absolute;
    bottom: 16%;
    right: 25%;
}
.schoolschedule-content-main .schoolschedule-content .schoolschedule-text2 p {
    font-size: 14px;
    line-height: 13px;
    margin: 0;
    border-bottom: 1px solid white;
    float: right;
}
.schoolschedule-swiper {
    margin-bottom: 15px;
}
.schoolschedule-swiper .swiper-slide {
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schoolschedule-swiper .swiper-slide .swiper-content {
    position: relative;
}
.schoolschedule-swiper .swiper-slide .swiper-content img.swiper-img {
    width: 100%;
}
.schoolschedule-swiper .swiper-slide .swiper-text {
    text-align: left;
    color: white;
    position: absolute;
    bottom: 4.5vw;
    left: 4vw;
    cursor: pointer;
}
.schoolschedule-swiper .swiper-slide .swiper-text p:nth-of-type(1) {
    font-weight: bold;
    font-size: 4vw;
    font-family: 'shs-bold-custom';
    margin: 0;
}
.schoolschedule-swiper .swiper-slide .swiper-text p:nth-of-type(2) {
    font-size: 2vw;
    font-family: 'shs-custom';
    margin: 0;
}
.schoolschedule-swiper .swiper-slide .swiper-text2 {
    text-align: right;
    color: white;
    font-family: 'shs-bold-custom';
    position: absolute;
    bottom: 14%;
    right: 9%;
    cursor: pointer;
}
.schoolschedule-swiper .swiper-slide .swiper-text2 p {
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    float: right;
}
.schoolschedule-swiper .schoolschedule-pagination {
    text-align: center;
}
.schoolschedule-swiper .schoolschedule-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: url(../img/ss_bullet_mobile.png) no-repeat;
    background-size: 100%;
    border-radius: 0;
    opacity: 1 !important;
}
.schoolschedule-swiper .schoolschedule-pagination .swiper-pagination-bullet-active {
    background: url(../img/ss_bullet_active_mobile.png) no-repeat;
    background-size: 100%;
}
.schoolqa-container header {
    margin: 70px 0 50px;
}
.schoolqa-container .mobile-schoolqa-text {
    cursor: default;
}
.schoolqa-container .mobile-schoolqa-text h1 {
    /*font-family: 'shs-bold-custom';*/
    font-weight: bold;
    font-size: 35px;
    margin-top: 15px;
}
.schoolqa-container .mobile-schoolqa-text p {
    font-family: 'Arial-custom';
    font-size: 20px;
}
.schoolqa-content-main {
    background-image: url(../img/sqa_bg.png);
    background-repeat: repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 0;
}
.schoolqa-content-main .schoolqa-content {
    max-height: 400px;
    overflow: hidden;
    padding: 20px 25px 0;
}
.schoolqa-content-main ul {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.schoolqa-content-main ul li {
    list-style: none;
    font-family: shs-bold-custom;
}
.schoolqa-content-main ul li .schoolqa-question {
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}
.schoolqa-content-main ul li .schoolqa-answer {
    color: #dfd4f4;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-top: 5px;
}
.schoolqa-btn {
    position: absolute;
    bottom: 5px;
    right: 35px;
}
.schoolqa-btn button {
    min-width: 18%;
    height: 40px;
    color: #2a528d;
    background: white;
    font-family: 'shs-bold-custom';
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 0;
    border-radius: 13px;
    margin-bottom: 20px;
    padding: 10px 10px;
    float: right;
}

.aboutus-bg {
    position: relative;
}
.aboutus-bg .aboutus-desc {
    width: 28%;
    position: absolute;
    left: 50%;
    top: 10%;
}
.aboutus-bg .aboutus-desc h1 {
    font-size: 32px;
    margin-top: 15px;
}
.aboutus-bg .aboutus-desc p {
    font-family: 'Microsoft YaHei';
    font-size: 20px;
}
.aboutus-bg .aboutus-desc section {
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Microsoft YaHei';
}
.aboutus-container .aboutcom {
    display: inline-block;
    margin-top: 10px;
}
.aboutus-container section {
    font-size: 19px;
    font-weight: bold;
    line-height: 35px;
    font-family: 'NSimSun';
}
.aboutus-scroll .games-scroll {
    position: absolute;
    bottom: 8%;
    width: 50%;
    overflow: hidden;
    left: 50%;
    margin-left: -25%;
}
.aboutus-scroll .games-scroll a {
    width: 400px;
    display: inline-block;
    height: 104px;
}
.aboutus-scroll .games-scroll img {
    display: inline-block;
    max-width:none !important;
}
.aboutus-scroll .games-scroll .str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
}
.aboutus-scroll .games-scroll .str_move_clone {
    display:inline-block;
    vertical-align:top;
    position:absolute;
    left:100%;
    top:0;
}
.show-next-link {
    position: absolute;
    left: 48%;
    bottom: 0;
    z-index: 100;
}
.show-next-link-title .slide-icon {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #eee;
    margin-bottom: 12px;
}
.show-next-link-title .slide-icon svg,.scroll .aMousedown-span {
    -webkit-animation: jump 1.5s linear infinite;
    animation: jump 1.5s linear infinite;
    fill: #fff;
    width: 18px;
    height: 18px;
}
svg:not(:root) {
    overflow: hidden;
}
.show-next-link-title {
    white-space: nowrap;
    color: #fff;
}
.show-next-link-title-black {
    color: #1f2329;
}
/**动画**/
@-webkit-keyframes jump {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-15%)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-15%)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}
/**动画**/
.newvillage-bg .newvillage-container header h1,.suxingjihua-container header h1 {
    font-size: 32px;
    margin-bottom: 5px;
    color: #fff;
}
.newvillage-bg .newvillage-container header p,.suxingjihua-container header p {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #fff;
}
.newvillage-position {
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 5px;
}
.newvillage-position .swiper-button-prev {
    left: 10%;
}
.newvillage-position .swiper-button-next {
    right: 10%;
}
.newvillage-container .row {
    width: 90%;
    margin: 0 auto;
}
.newvillage-container .class-relative h2,.suxingjihua-container .class-relative h2 {
    font-size: 28px;
}
.newvillage-container .class-relative p,.suxingjihua-container .class-relative p {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}
.newvillage-container .newvillage-daoshi {
    position: absolute;
    top: 41%;
    left: 50%;
    margin-left: -32%;
    width: 64%;
}
.newvillage-container .newvillage-kecheng {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -33%;
    width: 66%;
}
.newvillage-container .newvillage-xiangmu {
    position: absolute;
    top: 38%;
    left: 50%;
    margin-left: -34%;
    width: 68%;
}
.newvillage-container .newvillage-fenxiang {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -30%;
    width: 60%;
}
.newvillage-container .mad-top {
    margin-top: 10%;
}
.newvillage-container .minixiangmu {
    margin-top: 20px;
}
.suxingjihua-container .mag-gaoqianli {
    margin-top: 9%;
}
.suxingjihua-container .mag-zhuanshudaoshi {
    margin-top: 1%;
}
.suxingjihua-container .mag-dingxiangpeiyang {
    margin-top: 14%;
}
.suxingjihua-container .mag-guganfangxiang {
    margin-top: 1%;
}
.suxingjihua-container .newvillage-gaoqianli {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -32%;
    width: 64%;
}
.suxingjihua-container .newvillage-zhuanshudaoshi {
    position: absolute;
    top: 52%;
    left: 50%;
    margin-left: -33%;
    width: 66%;
    color: #fff;
}
.suxingjihua-container .newvillage-dingxiangpeiyang {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -34%;
    width: 68%;
    color: #fff;
}
.suxingjihua-container .newvillage-guganfangxiang {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -30%;
    width: 60%;
}
.newvillage-smallcontainer .h1title,.reward-smallcontainer .h1title,.video-smallcontainer .h1title {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 8px;
    font-family: 'SimSun';
    font-weight: bold;
    font-size: 28px;
    margin-top: 10px;
}
.newvillage-smallcontainer img {
    display: inline-block;
    /*max-width: 396px;*/
}
.newvillage-smallcontainer .newvillage-daoshi,.newvillage-smallcontainer .newvillage-kecheng,.newvillage-smallcontainer .newvillage-xiangmu,
.newvillage-smallcontainer .newvillage-fenxiang {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -40%;
    width: 80%;
}
.newvillage-smallcontainer .newvillage-gaoqianli {
    position: absolute;
    top: 8%;
    left: 50%;
    margin-left: -33%;
    width: 66%;
}

.newvillage-smallcontainer .newvillage-zhuanshudaoshi {
    position: absolute;
    top: 59%;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    color: #fff;
}
.newvillage-smallcontainer .newvillage-dingxiangpeiyang {
    position: absolute;
    top: 6%;
    left: 50%;
    margin-left: -35%;
    width: 70%;
    color: #fff;
}
.newvillage-smallcontainer .newvillage-guganfangxiang {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -30%;
    width: 60%;
}
.newvillage-smallswiper .swiper-wrapper{
    transition-delay:.3s;
}
.newvillage-smallcontainer .newvillage-smallswiper {
    width: 345px;
    height: 465px;
    margin: 4px auto;
}
.newvillage-smallswiper .swiper-slide .class-relative div {
    transform:translateX(-200px);
    opacity:0;
    transition:all .4s;
}
.newvillage-smallswiper .ani-slide .class-relative div {
    transform:translateX(0);
    opacity:1;
}
.reward-bg .reward-div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.reward-bg h1,.reward-bg h2,.reward-bg p,.reward-smallcontainer h2,.reward-smallcontainer p {
    font-family: 'Microsoft YaHei';
}
.reward-bg header {
    margin-top: 15px;
    margin-bottom: 40px;
}
.reward-bg header h1 {
    font-size: 35px;
    /*font-weight: bold;*/
    margin-bottom: 0px;
}
.reward-bg header p {
    font-size: 20px;
    /*font-weight: bold;*/
}
.reward-container {
    padding-bottom: 80px;
}
.reward-container .col-md-3,.reward-container .col-sm-3,.reward-container .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}
.reward-container .img-text {
    position: absolute;
    top: 0;
    padding: 0 10%;
}
.reward-container .img-text h2,.reward-smallcontainer .img-text h2 {
    font-size: 25px;
    padding: 12px;
}
.reward-container .img-text p,.reward-smallcontainer .img-text p {
    font-size: 16px;
    color: #888;
    line-height: 25px;
}
.reward-smallcontainer {
    width: 300px;
    margin: 0 auto;
}
.reward-smallcontainer .reward-button-next,.reward-smallcontainer .reward-button-prev {
    height: 24px;
}
.reward-smallcontainer .background-div {
    position: absolute;
    top: 0;
    display: none;
}
.reward-smallcontainer .background-div img {
    opacity: 0.6;
}
.reward-smallcontainer .img-text {
    position: absolute;
    top: 10%;
    padding: 0 20%;
}
.reward-smallcontainer .img-text h2,.reward-smallcontainer .img-text p {
    color: #fff;
}
.video-bg .video-container {
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%, -50%);
}
.video-bg h4 {
    height: 40px;
    line-height: 60px;
    font-weight: bold;
    font-size: 16px;
}
.video-bg .video-div {
    background-color: #fff;
    border: 1px solid #ccc;
    padding-bottom: 30px;
}
.video-bg #playvideo {
    position: absolute;
    top: 40%;
    left: 45%;
    cursor: pointer;
}
.video-bg .video-control {
    margin-top: 57px;
}
.video-bg .video-control ul {
    list-style: none;
    padding-left: 0px;
}
.video-bg .video-control .video-smallimg {
    display: table-cell;
    width: 50%;
    cursor: pointer;
}
.video-bg .video-control ul li {
    display: table;
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.video-bg .video-control ul img {
    display: inline-block;
}
.video-bg .video-control .video-smalltext {
    padding-left: 20px;
}
.video-bg .video-control ul li img.play_img {
    position: absolute;
    top: 23%;
    left: 40%;
    width: 30px;
    height: 30px;
}
.video-smallcontainer {
    width: 95%;
    margin: 0 auto;
}
.video-smallcontainer .swiper-container-android .swiper-slide, .swiper-wrapper {
    margin-bottom: 20px;
}
.school-titlenav {
    width: 102px;
    position: fixed;
    top: 20%;
    right: 75px;
    z-index: 200;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 0 8px 8px;
}
.school-titlenav .scroll-main {
    width: 150px;
    display: inline-block;
    position: relative;
}
.school-titlenav .scroll-main img {
    width: 185px;
    height: 585px;
    margin-top: -10px;
    position: absolute;
}
.school-titlenav ul {
    width: 150px;
    display: inline-block;
    margin-top: 50px;
    margin-left: -35px;
}
.school-titlenav ul li {
    line-height: 78px;
}
.school-titlenav ul li a {
    padding: 0;
    color: #7804DF !important;
    font-weight: bold;
    font-family: 黑体;
    font-size: 19px;
}
.school-titlenav ul li a:hover {
    color: #E3621E !important;
}
.school-titlenav ul li a::before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 4px white;
}
.school-titlenav ul li.active a {
    color: #E3621E !important;
}
.school-titlenav ul li img {
    display: inline-block;
    width: 60px;
}
.school-titlenav .nav-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #333;
    position: absolute;
    right: -7px;
    top: 42%;
}
.school-titlenav {
    border: none;
}
.school-titlenav .slider-img {
    width: 120px;
    height: 118px;
    position: absolute;
    right: -64px;
    z-index: 150;
    top: 70px;
}
.school-titlenav .nav > li > a:hover, .school-titlenav .nav > li > a:active, .school-titlenav .nav > li > a:focus {
    background: none;
}
.schooljob-container {
    margin-top: 25px;
}
.schooljob-container .dropdown-erweima .dropdown-menu {
    min-width: 200px;
}
.schooljob-container .content-left {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 6px #dddfe0;
}
.schooljob-container .content-left ul,.schooljob-container .content-right ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.schooljob-container .content-left ul li a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #f2f3f4;
    cursor: pointer;
    color: #333;
    display: inline-block;
}
.schooljob-container .content-left ul li a:hover,.schooljob-container .content-left ul li.current a {
    color: #fff;
    background-color: #249cdb;
}
.schooljob-container .content-left ul li a i.postIcon {
    background: url(../img/home_iconAllnew.png) no-repeat;
    width: 20px;
    height: 22px;
    display: inline-block;
    float: left;
    margin: 22px 35px 0 45px;
}
.schooljob-container .content-left ul li a i.post-assit {
    background-position: -100px -660px
}
.schooljob-container .content-left ul li a:hover i.post-assit, .schooljob-container .content-left ul li.current a i.post-assit {
    background-position: -100px -720px;
}
.schooljob-container .content-left ul li a i.post-tec {
    background-position: -100px -235px;
}
.schooljob-container .content-left ul li a:hover i.post-tec, .schooljob-container .content-left ul li.current a i.post-tec {
    background-position: -100px -410px;
}
.schooljob-container .content-left ul li a i.post-fun {
    background-position: -100px -370px;
}
.schooljob-container .content-left ul li a:hover i.post-fun, .schooljob-container .content-left ul li.current a i.post-fun {
    background-position: -100px -590px;
}
.schooljob-container .content-left ul li a i.post-art {
    background-position: -100px -790px;
}
.schooljob-container .content-left ul li a:hover i.post-art, .schooljob-container .content-left ul li.current a i.post-art {
    background-position: -100px -845px;
}
.schooljob-container .content-left ul li a i.post-plan {
    background-position: -100px -275px
}
.schooljob-container .content-left ul li a:hover i.post-plan, .schooljob-container .content-left ul li.current a i.post-plan {
    background-position: -100px -475px
}
.schooljob-container .content-left ul li a i.post-mar {
    background-position: -100px -330px;
}
.schooljob-container .content-left ul li a:hover i.post-mar, .schooljob-container .content-left ul li.current a i.post-mar {
    background-position: -100px -520px;
}
.schooljob-container .content-left ul li a i.preach {
    background-position: 0 -660px;
}
.schooljob-container .content-left ul li a:hover i.preach, .schooljob-container .content-left ul li.current a i.preach {
    background-position: 0 -525px;
}
.schooljob-container .content-left ul li a i.recruitment {
    background-position: 0 -590px;
}
.schooljob-container .content-left ul li a:hover i.recruitment, .schooljob-container .content-left ul li.current a i.recruitment {
    background-position: 0 -720px;
}
.schooljob-container .content-left ul li a:hover i.question, .schooljob-container .content-left ul li.current a i.question {
    background-position: -100px 0;
}
.schooljob-container .content-right {
    background: #fff;
    box-shadow: 0 0 6px #dddfe0;
    min-height: 500px;
    margin-bottom: 15px;
}
.schooljob-container .content-right .clear {
    clear: both;
}
.schooljob-container .content-right .job-choose {
    padding: 30px 40px;
}
.schooljob-container .content-right .job-choose ul li {
    float: left;
    padding: 12px 10px;
    margin: 0 10px 15px 0;
    font-size: 18px;
}
.schooljob-container .content-right .job-choose ul li a {
    color: #333;
}
.schooljob-container .content-right .job-choose ul li a:hover,.schooljob-container .content-right .job-choose ul li.current a {
    color: #249cdb;
    border-bottom: 2px solid #249cdb;
    padding-bottom: 16px;
}
.schooljob-container .content-right h4 {
    font-size: 24px;
    font-weight: bold;
}
.schooljob-container .content-right .jobMore {
    margin: 15px 0;
    padding: 0 50px;
}
.schooljob-container .content-right .jobcontent {
    margin-top: 38px;
}
.schooljob-container .content-right .job-paragraph {
    margin-bottom: 50px;
    font-size: 16px;
}
.schooljob-container .content-right .job-paragraph h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.schooljob-container .content-right .resume {
    padding-bottom: 50px;
}
.schooljob-container .content-right .resume-btn {
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #249cdb;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
.dynamic-container .panel-group .panel {
    margin: 28px 15px 15px 15px;
}
.schooljob-container .panel-heading {
    padding: 0 5px;
}
/*.schooljob-container .panel {
    box-shadow: 0 0 3px #dddfe0;
    -moz-box-shadow: 0 0 3px #dddfe0;
    -webkit-box-shadow: 0 0 3px #dddfe0;
}*/
.schooljob-container .small-jobcontent {
    margin-bottom: 20px;
}
.schooljob-container .dynamic_code {
    padding: 40px 40px 20px 40px;
}
.schooljob-container .dynamic_text {
    font-size: 16px;
    padding-bottom: 15px;
}
.schooljob-container .school-img {
    padding: 30px;
}
.schooljob-container .school-row {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #f2f3f4;
    padding: 15px 15px 15px 0;
}
.schooljob-container .school-name {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px dotted #999;
    height: 52px;
    line-height: 52px;
    padding: 0 10px;
    color: #333;
}
.schooljob-container .school-desc .site {
    font-size: 15px;
    font-weight: normal;
    color: #777;
    background: url(../img/home_iconAllnew.png) no-repeat -100px -167px;
    padding-left: 15px;
}
.schooljob-container .school-detaildesc p {
    color: #777;
    line-height: 25px;
}
.schooljob-container .school-detaildesc .detaildesc-date {
    display: inline-block;
    width: 50%;
}
.schooljob-container .qaq-title h2 {
    font-weight: bold;
    padding: 40px 0;
    margin-top: 0;
    color: #555;
}
.schooljob-container .qaq-title img {
    display: inline-block;
    margin: 0 10px;
}
.schooljob-container .question-img,.schooljob-container .question-content {
    padding: 0 25px;
}
.schooljob-container .qaq-title .small-qaqtitle {
    width: 100px;
}
.newsdetail-container .detail-content img {
    max-width: 100% !important;
}
.title-nav .nav-pills > li.active > a {
    background: #58a9eb !important;
}
.reward-bg .width-reward {
    width: 95%;
    margin: 0 auto;
}
.officialaccount {
    padding: 80px 0 0;
    font-family: 'shs-bold-custom';
    cursor: default;
}
.officialaccount .officialaccount-title {
    text-align: center;
}
.officialaccount .officialaccount-title div {
    display: inline-block;
}
.officialaccount .officialaccount-title-1 {
    width: 40%;
}
.officialaccount .officialaccount-title-1 div:first-of-type {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, white, grey);
    margin-bottom: 20px;
}
.officialaccount .officialaccount-title-2 {
    width: 15%;
    vertical-align: top;
    margin-top: -8px;
}
.officialaccount .officialaccount-title-2 p {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.officialaccount .officialaccount-title-3 {
    width: 40%;
}
.officialaccount .officialaccount-title-3 div:first-of-type {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, grey, white);
    margin-bottom: 20px;
}
.officialaccount .officialaccount-qrcode {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #5D6B86;
}
.officialaccount .officialaccount-qrcode p {
    margin-top: 15px;
}
.officialaccount .officialaccount-qrcode img {
    width: 30%;
}





/*********媒体查询开始**********/

@media (max-width: 1601px) {
    .school-titlenav {
        top: 14%;
    }
    .schoolvideo-container header {
        margin: 50px 0;
    }
    .schooloffer-container header {
        margin: 50px 0;
    }
    .schooloffer-container header .title-img {
        width: 330px;
    }
    .schoolvideo-content-main .schoolvideo-video #video {
        top: calc(-20% + 20px);
    }
    .aboutus-desc header .title-img {
        width: 220px;
    }
   /* .aboutus-bg .aboutus-desc section {
        font-size: 18px;
    }*/
    .newvillage-container .row {
        width: 76%;
    }
    .suxingjihua-container .row {
        width: 90%;
        margin: 0 auto;
    }
    .newvillage-container .class-relative p {
        font-size: 16px;
    }
    .reward-bg header {
        margin-top: 40px;
    }
    .reward-bg header h1 {
        font-size: 30px;
    }
    .reward-bg .width-reward {
        width: 75%;
        margin: 0 auto;
    }
    .video-bg .video-container .row {
        width: 90%;
        margin: 0 auto;
    }
    .newvillage-container .class-relative h2,.suxingjihua-container .class-relative h2 {
        font-size: 25px;
    }
    .newvillage-container .class-relative p,.suxingjihua-container .class-relative p {
        font-size: 14px;
        font-family: 'Microsoft YaHei';
    }
    .aboutus-bg .aboutus-desc section {
        font-size: 14px;
    }
    .reward-container .img-text p,.reward-smallcontainer .img-text p {
        font-size: 15px;
    }
}

@media (min-width: 1601px) {
    .schoolvideo-content-main .schoolvideo-text {
        font-size: 1.5vw;
        top: -13.5%;
        left: 22.5%;
    }
    .schoolvideo-content-main .schoolvideo-text-2 {
        font-size: 1.2vw;
        top: -12.8%;
        left: 35.4%;
    }
    .schoolvideo-content-main .schoolvideo-text-active {
        left: 34.2% !important;
    }
    .schoolvideo-content-main .schoolvideo-text-inactive {
        left: 23.8% !important;
    }
}

@media (min-width: 1367px) and (max-width: 1600px) {
    .schoolvideo-content-main .schoolvideo-text {
        font-size: 1.5vw;
        top: -13%;
        left: 23.4%;
    }
    .schoolvideo-content-main .schoolvideo-text-2 {
        font-size: 1.3vw;
        top: -12.5%;
        left: 36.1%;
    }
    .schoolvideo-content-main .schoolvideo-text-active {
        left: 34.9% !important;
    }
    .schoolvideo-content-main .schoolvideo-text-inactive {;
        left: 23.9% !important;
    }
}
@media (max-width: 1367px) {
    .schooloffer-container header .title-img {
        width: 310px;
    }
    .schooloffer-container {

    }
    .aboutus-bg .aboutus-desc section {
        margin-top: 5px;
        line-height: 28px;
    }
    .aboutus-desc header .title-img {
        width: 190px;
    }
    .aboutus-bg .aboutus-desc section {
        font-size: 13px;
    }
    .aboutus-scroll .games-scroll {
        bottom: 6%;
    }
    .newvillage-bg .newvillage-container header h1,.suxingjihua-container header h1 {
        font-size: 30px;
        margin-bottom: 1px;
        margin-top: 10px;
    }
    .newvillage-bg .newvillage-container header p,.suxingjihua-container .class-relative p {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .newvillage-container {
        top: 0;
    }
    .newvillage-container .row {
        width: 72%;
    }
    .newvillage-container .class-relative h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .newvillage-container .class-relative p {
        font-size: 13px;
        font-family: 'Microsoft YaHei';
    }
    .newvillage-container .newvillage-daoshi {
        top: 35%;
        margin-left: -32%;
        width: 64%;
    }
    .newvillage-container .newvillage-kecheng {
        top: 40%;
        margin-left: -31%;
        width: 62%;
    }
    .newvillage-container .newvillage-xiangmu {
        top: 37%;
        margin-left: -34%;
        width: 68%;
    }
    .newvillage-container .newvillage-fenxiang {
        top: 40%;
    }
    .newvillage-container .minixiangmu {
        margin-top: 10px;
    }
    .suxingjihua-container .row {
        width: 90%;
        margin: 0 auto;
    }
    .suxingjihua-container .class-relative h2 {
        font-size: 20px;
    }
    .suxingjihua-container .class-relative p {
        font-size: 14px;
    }
    .suxingjihua-container .mag-gaoqianli {
        margin-top: 6%;
    }
    .suxingjihua-container .mag-dingxiangpeiyang {
        margin-top: 10%;
    }
    .reward-bg .width-reward {
        width: 75%;
        margin: 0 auto;
    }
    .reward-bg header {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .reward-bg header h1 {
        font-size: 28px;
    }
    .reward-bg header p {
        font-size: 18px;
    }
    .school-titlenav {
        top: 20%;
    }
    .video-bg .video-container .row {
        width: 80%;
    }
    .reward-container .img-text h2 {
        font-size: 20px;
    }
    .reward-container .img-text p {
        font-size: 15px;
    }



}



@media (max-width: 1023px) {
    .container .width-short {
        width: 90%;
    }

    .video-smallcontainer ol.carousel-indicators {
        bottom: -30px !important;
    }
    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
    }
    /*.video-smallcontainer .carousel-indicators li {
        width: 13px;
        height: 13px;
    }
    .video-smallcontainer .carousel-indicators .active {
        width: 17px;
        height: 17px;
        margin: 0 10px;
    }*/
    .about-container .about-div {
        height: 200px;
    }
    .aboutsy-container p {
        font-size: 14px;
    }
    .aboutsy-team .row .img-list {
        width: 100%;
    }
    .title-nav {
        width: 30px;
        left: 0px;
        border: none;
        padding: 0;
    }
    .title-nav .nav-pills > li {
        width: 25px;
        text-align: center;
        float: none;
    }
    .title-nav .nav-pills > li a {
        padding: 2px 3px;
    }
    .title-nav .nav-pills > li.active > a {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .title-nav .nav-pills > li + li {
        margin-left: 0;
    }
    .aboutsy-gotop{
        right: 10px;
    }
    .aboutsy-gotop .btn {
        font-size: 15px;
    }
    .social-container .social-desc,.schooljob-container .social-desc {
        font-size: 16px;
    }
    .social-container .social-search p,.social-container .social-desc p,.schooljob-container .social-desc p,.schooljob-container .social-search p {
        line-height: 35px;
    }
    .social-container .social-search .search-input,.schooljob-container .social-search .search-input {
        margin-bottom: 5px;
    }
    .social-container .social-search .search-input input,.schooljob-container .social-search .search-input input {
        height: 32px;
    }
    .social-container .social-search .search-input a,.schooljob-container .social-search .search-input a {
        font-size: 13px;
    }
    .social-container .social-search p a,.schooljob-container .social-search p a {
        padding: 0 20px;
        font-size: 14px;
    }
    .social-container .jobs-table {
        font-size: 14px;
    }
    .contact-container .info p {
        font-size: 14px;
        line-height: 25px;
    }
    .guardianship-container #myTab,.gamesdetail-container #myTab {
        margin: 20px 0;
    }
    .guardianship-container #myTab a,.gamesdetail-container #myTab a {
        font-size: 15px;
    }
    .schoolbanner-container .post-scroll {
        bottom: 5%;
    }
    .schoolbanner-container .post-button {
        width: 120px;
        height: 40px;
    }
    .schoolbanner-container .scroll .aMousedown {
        height: 55px;
    }
    .schoolbanner-container .scroll .aMousedown span {
        height: 55px;
        background: #51d3fe url(../img/mouse-bg.png) no-repeat center 8px;
    }
    .schoolbanner-container .scroll .aMousedown:hover span {
        background: #fff url(../img/mouse-bg.png) no-repeat center -90px;
    }
    .aboutus-scroll .games-scroll a {
        width: 200px;
    }
    .aboutus-scroll .games-scroll img {
        height: 70px;
    }
    .aboutus-scroll .games-scroll {
        width: 60%;
        margin-left: -30%;
    }
    .show-next-link {
        bottom: 0%;
    }
    .show-next-link-title .slide-icon {
        margin-bottom: 0px;
    }
    .schooljob-container {
        margin-top: 0;
    }
    .schooljob-container .dropdown-nav {
        border-bottom: 1px dotted #ccc;
    }
    .schooljob-container .school-name {
        margin-top: 0px;
    }
    .schooljob-container .smalldynamic_code {
        padding: 10px;
    }
    .schooljob-container .smalldynamic_text {
        color: #777;
        font-size: 12px;
    }
    .schooljob-container .qaq-title h2 {
        padding: 30px 0;
        margin-top: 0;
        font-size: 20px;
    }
    .schooljob-container .smallquestion-img {
        background-color: #fff;
        margin: 0 auto 20px auto;
        width: 70%;
        padding-bottom: 25px;
        border: 1px solid #eee;
    }
    .schooljob-container .smallquestion-img h4 {
        color: #555;
        padding: 25px 0 10px 0;
    }
    .schooljob-container .smallquestion-img img {
        margin: 0 auto;
    }
    .schoolvideo-container .mobile-schoolvideo-text h1 {
        font-size: 28px;
    }
    .schoolvideo-container .mobile-schoolvideo-text p {
        font-size: 16px;
    }
    .schooloffer-container .mobile-schooloffer-text h1 {
        font-size: 28px;
    }
    .schooloffer-container .mobile-schooloffer-text p {
        font-size: 16px;
    }
    .schoolpost-container .mobile-schoolpost-text h1 {
        font-size: 28px;
    }
    .schoolpost-container .mobile-schoolpost-text p {
        font-size: 16px;
    }
    .schoolschedule-container .mobile-schoolschedule-text h1 {
        font-size: 28px;
    }
    .schoolschedule-container .mobile-schoolschedule-text p {
        font-size: 16px;
    }
    .schoolqa-container .mobile-schoolqa-text h1 {
        font-size: 28px;
    }
    .schoolqa-container .mobile-schoolqa-text p {
        font-size: 16px;
    }
    .aboutus-container .mobileus-aboutsy-text h1 {
        font-family: 'SimSun';
        font-weight: bold;
        font-size: 28px;
    }
    .aboutus-container .mobileus-aboutsy-text p {
        font-family: 'SimSun';
        font-weight: bold;
        font-size: 16px;
    }
    .aboutus-bg {
        padding-bottom: 180px;
    }
    .aboutus-bg .aboutus-desc {
        width: 32%;
        left: 48%;
    }
    .aboutus-bg .aboutus-desc h1 {
        font-size: 30px;
        margin-top: 0;
    }
    .aboutus-bg .aboutus-desc p {
        font-size: 12px;
    }
    .aboutus-bg .aboutus-desc section {
        font-size: 13px;
        line-height: 25px;
    }
    .aboutus-scroll .games-scroll {
        bottom: 10%;
    }
    .mobilenewvillage-div .mobile-newvillage,.video-smallcontainer .mobile-video {
        margin: 0 auto;
    }
    .mobilenewvillage-carousel,.video-smallcontainer .video-carousel {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .newvillage-smallcontainer .col-xs-6 {
        margin-bottom: 12px;
    }
    .newvillage-smallcontainer .col-xs-6:nth-child(odd) {
        padding-right: 0px;
        padding-left: 35px;
    }
    .newvillage-smallcontainer .col-xs-6:nth-child(even) {
        padding-left: 0px;
        padding-right: 35px;
    }
    .newvillage-smallcontainer header h1 {
        font-size: 45px;
        font-weight: bold;
        font-family: 'SimSun';
        color: #fff;
    }
    .newvillage-smallcontainer header p {
        font-weight: bold;
        font-size: 18px;
        font-family: 'SimSun';
        color: #fff;
    }
     .newvillage-smallcontainer .class-relative h2 {
        font-size: 38px;
        font-family: 'SimSun';
        font-weight: bold;
    }
    .newvillage-smallcontainer .class-relative p {
        font-size: 18px;
        font-family: 'SimSun';
        color: #939499;
        font-weight: bold;
    }
    .newvillage-smallcontainer .suxing .col-xs-6:nth-child(odd) {
        padding-right: 0;
        padding-left: 45px;
    }
    .newvillage-smallcontainer .suxing .col-xs-6:nth-child(even) {
        padding-left: 0;
        padding-right: 45px;
    }
    .mobilenewvillage-carousel .item {
        min-height: 894px;
    }
    .newvillage-smallcontainer .newvillage-gaoqianli p,.newvillage-smallcontainer .newvillage-guganfangxiang p {
        color: #333;
    }
    .newvillage-smallcontainer .newvillage-zhuanshudaoshi p,.newvillage-smallcontainer .newvillage-dingxiangpeiyang p {
        color: #fff;
    }
    .reward-bg .width-reward {
        width: 95%;
    }
    .reward-container .img-text h2 {
        font-size: 20px;
        padding: 0;
    }
    .reward-container .img-text p {
        font-size: 12px;
        line-height: 22px;
    }
    .reward-bg .reward-div {
        position: relative;
    }
    .video-smallcontainer .video-carousel {
        background-color: #fff;
        padding-bottom: 60px;
    }
    .video-smallcontainer .video-carousel h1 {
        font-family: 'SimSun';
        font-weight: bold;
        padding: 10px 0;
    }
    .video-smallcontainer .video-carousel .carousel-indicators .active {
        /*background-color: #3d4ed2;*/
        /*border: 1px solid #3d4ed2;*/
    }
    .video-smallcontainer .video-carousel .carousel-indicators li {
        background-color: #ccc;
        border: 1px solid #ccc;
        text-indent: 0;
        width: 8px;
        height: 8px;
        display: inline-block;
    }
    .video-smallcontainer .video-carousel .carousel-indicators li.prev-class {
       /*background: url(../img/mobile-icon.png);*/
        /*background-position: 9px -213px;*/
    }
    .video-smallcontainer .video-carousel .carousel-indicators li.next-class {
        /*background: url(../img/mobile-icon.png);*/
        /*background-position: 9px -263px;*/
    }
    .video-smallcontainer .video-carousel .carousel-indicators li.prev-class.active {
        /*background: url(../img/mobile-icon.png);*/
        /*background-position: 9px -188px;*/
    }
    .video-smallcontainer .video-carousel .carousel-indicators li.next-class.active {
        /*background: url(../img/mobile-icon.png);*/
        /*background-position: 9px -238px;*/
    }
    .video-smallcontainer .video-carousel .carousel-indicators .active {
        margin: 1px;
    }
    .video-smallcontainer {
        width: 100%;
    }
    .schooljob-container-img img {
        margin: 0 auto;
    }
    .schooljob-container {
        padding: 0;
    }
    .schooljob-container .mobile-search {
        margin-top: -15px;
    }
    .social-container .mobile-search,.schooljob-container .mobile-search {
        padding: 5px 25px;
        border-bottom: 1px solid #ddd;
    }
    .schooljob-container .mobile-search .social-search-hot {
        padding: 10px 0 0 15px;
        color: #666;
    }
    .schooljob-container .mobile-background {
        width: 100%;
        height: 15px;
        background-color: #f8f8f8;
    }
    .social-container .mobile-search .social-search-hot span,.schooljob-container .mobile-search .social-search-hot span {
        display: inline-block;
        margin-right: 15px;
    }
    .social-search-content .mobile-search-a {
        display: inline-block;
        padding: 9px 15px;
        background-color: #f4b303;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        position: absolute;
        top: 0px;
        right: 0px;
        color: #fff;
    }
    .schooljob-container .schooljobdetial {
        display: inline-block;
        width: 85%;
    }
    .schooljob-container .schooljobdetial-icon {
        display: inline-block;
        width: 15%;
        float: right;
        height: 58px;
        line-height: 65px;
        text-align: center;
    }
    .schooljob-container .schooljobdetial-icon .mglyphicon {
        background: url("../img/neticon.png");
        background-position: -45px -16px;
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .schooljob-container .schooljobdetial-icon .active {
        background-position: -78px -16px;
    }
    .video-smallcontainer .video-carousel {
        margin-left: 40px;
        margin-right: 40px;
    }
    .social-container .mobile-search .social-search-hot p span,.schooljob-container .social-search-hot p span {
        color: #666;
    }
    .schooljob-container .showResumeFormBtn {
        display: inline-block;
        color: #fff;
        padding: 8px 25px;
        background-color: #32a5dc;
        font-size: 15px;
        font-weight: bold;
    }
    .video-smallcontainer .videocontent-pic {
        padding: 10px 15px;
    }
    .video-smallcontainer .videocontent-pic img.cover_img {
        max-width: 100% !important;
        position: relative;
    }
    .video-smallcontainer .videocontent-pic img.smallplay_img {
        width: 12%;
        position: absolute;
        left: 50%;
        top: 60%;
        transform:translate(-50%, -60%);
        cursor: pointer;
    }
    .video-smallcontainer .smallvideo {
        display: none;
    }


}


@media (max-width:767px) {
    .container .width-short {
        width: 100%;
    }
    ol.carousel-indicators {
        bottom: 1px !important;
    }
    .carousel-indicators li {
        width: 5px;
        height: 5px;
    }
    .carousel-indicators .active {
        width: 8px;
        height: 8px;
    }
    .search-content .atsx-input {
        padding: 3px 0px 3px 10px;
    }
    .search-content button {
        width: 20px;
        height: 20px;
        right: 5px;
    }
    .search-content button svg {
        top: 1px;
        left: 1px;
    }
    .search-content .atsx-input::-webkit-input-placeholder {
        font-size:13px;
    }
    .search-content .atsx-input::-moz-placeholder {
        font-size:13px;
    }
    .search-content .atsx-input:-ms-input-placeholder {
        font-size:13px;
    }
    .search-content .atsx-input::-ms-input-placeholder {
        font-size:13px;
    }
    .search-content .atsx-input::placeholder {
        font-size:13px;
    }
    .about-container p,.newstitle-container p {
        font-size: 14px;
    }
    .about-container .mobile, .newstitle-container .mobile {
        margin: 5px 0 8px 0;
        position: relative;
    }
    .about-container .mobile strong,.newstitle-container .mobile strong, .games-container .mobile strong {
        font-size: 16px;
    }
    .about-container .mobile .mobile-doll {
        position: absolute;
        top: -18px;
        right: 10px;
        width: 60px;
    }
    .news-container .news-content p {
        font-size: 13px;
    }
    .news-container .news-content h3 {
        font-size: 18px;
    }
    .about-container .about-div {
        height: auto;
    }
    .about-container .border-jobs {
        font-size: 13px;
    }
    .about-container .hot-jobs-div {
        margin-top: 20px;
    }
    .aboutsy-container p {
        font-size: 13px;
    }
    .aboutsy-container h2,.aboutsy-culture h2,.aboutsy-team h2 {
        font-size: 20px;
    }
    .aboutsy-gotop .btn {
        font-size: 12px;
        padding: 6px;
    }
    .games-container .row p {
        font-size: 14px;
    }
    .social-container {
        padding: 0 30px;
    }
    .socialdetial-container .left-div {
        border-right: none;
    }
    .newslist-container .img-div {
        text-align: left;
        margin-bottom: 10px;
    }
    .newslist-container .row {
        padding: 20px 0 10px 0;
    }
    .newslist-container h3 {
        font-size: 20px;
    }
    .newslist-container .news-date {
        font-size: 13px;
    }
    .newslist-container .news-desc {
        color: #333;
        font-size: 15px;
    }
    .newslist-container .view-more {
        padding: 10px 0;
        font-size: 16px;
    }
    .guardianship-container #myTab,.gamesdetail-container #myTab {
        margin: 15px 0;
    }
    .guardianship-container #myTab a,.gamesdetail-container #myTab a {
        font-size: 13px;
    }
    .gamesdetail-container .menus {
        margin-top: 20px;
    }
    .gamesdetail-container .menus ul.ul-slide li {
        font-size: 13px;
        height: 35px;
        line-height: 35px;
    }
    .gamesdetail-container .menus .bg {
        height: 35px;
        line-height: 35px;
    }
    .gamesdetail-container .show .game-content h3 {
        margin-top: 15px;
    }
    .schooloffer-container header {
        margin: 25px 0;
    }
    .schooloffer-container header .title-img {
        width: 200px;
    }
    .schooloffer-container p {
        font-size: 12px;
        margin-bottom: 15px;
        font-family: 'SimSun';
    }
    .aboutus-container header .title-img {
        width: 150px;
    }
    .aboutus-container section {
        font-size: 13px;
        line-height: 24px;
        color: #444;
    }
    .aboutus-scroll .games-scroll a {
        width: 180px;
    }
    .aboutus-scroll .games-scroll {
        position: relative;
        margin-bottom: 35px;
        width: 80%;
        margin-left: -40%;
    }
    .aboutus-scroll .games-scroll img {
        height: 60px;
    }
    .aboutus-container {
        position: relative;
    }
    .aboutsy-culture-bg {
        padding-top: 20px;
    }
    .about-container .border-jobs {
        border-radius: 4px;
    }
    .newstitle-container .newstitle-more, .games-container .gamestitle-more {
        margin-top: 2px;
        font-size: 11px;
    }
    .newstitle-container .nopadding {
        padding-left: 0;
        padding-right: 0;
    }
    .news-container .mobile-news {
        padding: 20px 0;
    }
    .news-container .mobile-news .news-mobible-div{
        display:flex;
        display: -webkit-flex;
        align-items:center;
    }
    .news-container .mobile-news-a:nth-child(2) .mobile-news {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
        margin-top: 0px;
    }
    .news-container .news-mobile {
        width: 35%;
        margin-right: 10px;
        display: inline-block;
    }
    .news-container .mobile-news-right {
        width: 60%;
        display: inline-block;
    }
    .news-container .mobile-news h3 {
        font-size: 14px;
        margin-top: 0px;
        color: #333;
    }
    .news-container .mobile-news p {
        font-size: 11px;
        color: #777;
        line-height: 18px;
        margin-bottom: 2px;
    }
    .mobile-aboutsy {
        background-color: #f8f8f8;
    }
    .mobile-aboutsy .mobile-aboutsy-img {
        position: absolute;
        top: 50px;
    }
    .mobile-aboutsy .aboutsy-company {
        width: 90%;
        border-radius: 12px;
        box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.15);
        background-color: #fff;
        padding: 10px 15px 15px 15px;
        margin: 42% auto 0 auto;
        position: relative;
        z-index: 100;
    }
    .mobile-aboutsy .aboutsy-company h3 {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px dotted #ccc;
    }
    .mobile-aboutsy .aboutsy-company h3 span,.mobile-aboutsy .culture-company h3 span {
        font-size: 12px;
        color: #ccc;
    }
    .mobile-aboutsy .aboutsy-company p {
        text-indent: 25px;
        color: #555;
        line-height: 28px;
    }
    .mobile-aboutsy .culture-company {
        width: 90%;
        margin: 40px auto 80px auto;
    }
    .mobile-aboutsy .culture-company h3 {
        margin-bottom: 20px;
    }
    .mobile-aboutsy .culture-company .culture-text {
        box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.15);
        width: 100%;
        height: 70px;
        background-color: #fff;
        margin-bottom: 25px;
    }
    .mobile-aboutsy .culture-company .culture-text span {
        display: inline-block;
        width: 22%;
        line-height: 70px;
        text-align: center;
        color: #fff;
        font-size: 23px;
        margin-right: 20px;
    }
    .mobile-aboutsy .culture-company .culture-text span.zhuanzhu {
        background-color: #1aadfd;
    }
    .mobile-aboutsy .culture-company .culture-text span.jizhi {
        background-color: #69d100;
    }
    .mobile-aboutsy .culture-company .culture-text span.chuangxin {
        background-color: #fcb029;
    }
    .mobile-aboutsy .culture-company .culture-text span.sudu {
        background-color: #ff5b7e;
    }
    .mobile-aboutsy .culture-company .culture-text div {
        height: 70px;
        padding-top: 10px;
    }
    .mobile-aboutsy .culture-company .culture-text div p:nth-child(1) {
        font-weight: bold;
        font-size: 16px;
        color: #444;
        margin-bottom: 6px !important;
    }
    .mobile-aboutsy .culture-company .culture-text div p:nth-child(2) {
        color: #666;
        font-size: 12px;
    }
    .contact-container {
        margin-bottom: 20px;
    }
    .contact-container .row h2 {
        padding: 10px 0 15px 0;
        font-size: 20px;
    }
    .games-container .mobile-games {
        box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.15);
        background-color: #fff;
        margin-bottom: 25px;
    }
    .games-container .mobile-games .mobile-icon {
        width: 20%;
        margin: 25px 15px 20px 15px;
        text-align: center;
    }
    .games-container .mobile-games .clear {
        clear: both;
    }
    .games-container .mobile-games .mobile-icon a {
        display: inline-block;
        border: 1px solid #fff;
        padding: 5px 8px;
        margin-top: 13px;
        border-radius: 4px;
        font-size: 14px;
    }
    .games-container .mobile-games .mobile-text {
        width: 70%;
        display: inline-block;
    }
    .games-container .mobile-games .mobile-text h3 {
        margin-top: 25px;
        color: #333;
    }
    .games-container .mobile-games .mobile-text p {
        font-size: 12px;
        color: #666;
    }
    .games-container .row > div {
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .social-container {
        margin-top: -15px;
        padding: 0;
    }
    .social-container .mobile-background{
        width: 100%;
        height: 15px;
        background-color: #f8f8f8;
    }
    .social-container .mobile-search .social-search-hot {
        padding: 10px 0 0 15px;
        color: #666;
    }
    .mobile-jobdetail-title {
        padding: 10px 30px 15px 30px;
        border-bottom: 1px solid #ddd;
    }
    .mobile-jobdetail-title h3 {
        font-weight: bold;
        font-size: 18px;
    }
    .socialdetial-container article section.jobsection-content {
        margin-top: 20px;
    }
    .socialdetial-container article header {
        background: none;
        padding-left: 0;
    }
    .socialdetial-container article header span {
        display: inline-block;
        color: #f48f01;
        font-size: 18px;
        font-weight: 800;
        margin-right: 10px;
    }
    .mobile-news-container .mobile p {
        font-size: 16px;
        padding: 15px 0 0 0;
    }
    .mobile-news-container .mobile p .english {
        font-size: 14px;
    }
    .mobile-news-container .mobile-news {
        border-top: none !important;
        border-bottom: 1px solid #ddd !important;
        padding-bottom: 25px;
    }
    .newsdetail-container .mobile-news-title {
        font-size: 18px;
        font-weight: bold;
    }
    .newsdetail-container .moible-news-date {
        margin: 15px 0;
    }
    .newsdetail-container .content-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 25px;
    }
    .newsdetail-container .content-text img {
        max-width: 100% !important;
    }
    .mobile-news-container .view-more {
        padding: 15px 0 25px 0;
    }
    .schooloffer-container .icon-progress {
        width: 50px;
        height: 70px;
        line-height: 70px;
        display: inline-block;
        margin: 0 auto;
    }
    .schooloffer-container .col-xs-12 {
        padding: 0;
    }
    .schooloffer-container .col-xs-3 {
        padding: 0 10px;
    }
    .aboutus-container .mobileus-aboutsy {
        border: 14px solid #4066ed;
        border-bottom: none;
        padding: 0 10px 10px 10px;
    }
    .aboutus-container .mobileus-aboutsy-text {
        padding-bottom: 15px;
    }
    .mobilenewvillage-carousel {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .mobilenewvillage-carousel .item {
        min-height: 511px;
    }
    .mobilenewvillage-carousel ol.carousel-indicators {
        bottom: -15px !important;
    }
    .newvillage-smallcontainer .class-relative h2 {
        font-size: 18px;
        font-family: 'SimSun';
        font-weight: bold;
        margin-top: 0px;
    }
    .newvillage-smallcontainer .class-relative p {
        font-size: 11px;
    }
    .newvillage-smallcontainer .col-xs-6 {
        margin-bottom: 12px;
    }
    .newvillage-smallcontainer .col-xs-6:nth-child(odd) {
        padding-right: 6px;
        padding-left: 15px;
    }
    .newvillage-smallcontainer .col-xs-6:nth-child(even) {
        padding-left: 6px;
        padding-right: 15px;
    }
    .newvillage-smallcontainer header h1 {
        font-size: 30px;
        font-weight: bold;
        margin: 0;
        font-family: 'SimSun';
        color: #fff;
    }
    .newvillage-smallcontainer header p {
        font-weight: bold;
        font-size: 12px;
        font-family: 'SimSun';
        color: #fff;
    }
    .newvillage-smallcontainer .suxing .col-xs-6 {
        margin-bottom: 4px;
    }
    .newvillage-smallcontainer .suxing .col-xs-6:nth-child(odd) {
        padding-right: 2px;
        padding-left: 15px;
    }
    .newvillage-smallcontainer .suxing .col-xs-6:nth-child(even) {
        padding-left: 2px;
        padding-right: 15px;
    }
    .reward-bg header h1 {
        font-size: 30px;
    }
    .reward-bg header p {
        font-size: 12px;
    }
    .reward-container .img-text p {
        font-size: 11px;
    }
    .reward-container {
        padding-bottom: 40px;
    }
    .video-smallcontainer .video-carousel {
        margin-left: 10px;
        margin-right: 10px;
    }
    .video-smallcontainer .video-carousel h1 {
        font-size: 25px;
    }
    .video-smallcontainer ol.carousel-indicators {
        bottom: -30px !important;
    }
    .schooljob-container .qaq-title h2 {
        font-size: 15px;
    }
    .schooljob-container .qaq-textimg {
        max-width: 30% !important;
    }
    .schooljob-container .smallquestion-img {
        width: 83%;
    }
    .schooljob-container .smallquestion-img h4 {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .dynamic-container .panel-group {
        margin-bottom: 77px !important;
    }
    .games-container {
        margin-top: 10px;
    }
    .games-container .mobile p {
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {

}

@media (min-width:992px) and (max-width: 1200px) {
    .schooloffer-content-main .schooloffer-content .schooloffer-text {
        bottom: 5%;
    }

    .schoolpost-content-main .schoolpost-content .schoolpost-text {
        font-size: 18px;
    }

    .schoolschedule-content-main .schoolschedule-content .schoolschedule-text {
        bottom: 22%;
    }
    .schoolschedule-content-main .schoolschedule-content .schoolschedule-text p:nth-of-type(1) {
        font-size: 20px;
    }
    .schoolschedule-content-main .schoolschedule-content .schoolschedule-text p:nth-of-type(2) {
        font-size: 10px;
    }
    .schoolschedule-content-main .schoolschedule-content .schoolschedule-text2 p {
        font-size: 13px;
    }
}

@media (min-width:768px) and (max-width: 992px){
    .container {
        width: 100%;
    }

    .schooloffer-content-main .schooloffer-content .schooloffer-img-box {
        width: 85%;
    }
    .schooloffer-content-main .schooloffer-content .schooloffer-text {
        bottom: 5%;
    }

    .schoolpost-content-main .schoolpost-content .schoolpost-text {
        font-size: 17px;
    }

    .schoolschedule-content-main .schoolschedule-content .schoolschedule-text {
        bottom: 22%;
    }
    .schoolschedule-content-main .schoolschedule-content .schoolschedule-text p:nth-of-type(1) {
        font-size: 16px;
    }
    .schoolschedule-content-main .schoolschedule-content .schoolschedule-text p:nth-of-type(2) {
        font-size: 8px;
    }
    .schoolschedule-content-main .schoolschedule-content .schoolschedule-text2 p {
        font-size: 12px;
    }

    .schoolqa-content-main ul li .schoolqa-question {
        font-size: 20px;
    }
    .schoolqa-content-main ul li .schoolqa-answer {
        font-size: 18px;
    }
    .schoolqa-btn button {
        font-size: 16px;
    }

    .officialaccount .officialaccount-title-1 {
        width: 38%;
    }
    .officialaccount .officialaccount-title-2 {
        width: 20%;
    }
    .officialaccount .officialaccount-title-3 {
        width: 38%;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .schooloffer-bg-mobile,
    .schoolpost-bg-mobile,
    .newvillage-bg-mobile,
    .qas-bg-mobile,
    .section6-mobile {
        display: none !important;
    }

    .schoolvideo-content-main .schoolvideo-video #video {
        top: calc(-20%);
    }
    .schoolvideo-content-main .schoolvideo-video #close {
        bottom: 0%;
    }
}
@media (min-width: 768px) {
    .schooloffer-bg-mobile,
    .newvillage-bg-mobile,
    .qas-bg-mobile,
    .section6-mobile {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .schooloffer-bg-pc,
    .schoolschedule-bg-pc,
    .qas-bg-pc,
    .section6-pc {
        display: none !important;
    }

    .schoolvideo-content-main .schoolvideo-text {
        font-size: 2.5vw;
        top: -13%;
        left: 12.5%;
    }
    .schoolvideo-content-main .schoolvideo-text-2 {
        font-size: 2vw;
        top: -11.8%;
        left: 30.8%;
    }
    .schoolvideo-content-main .schoolvideo-text-active {
        left: 28.9% !important;
    }
    .schoolvideo-content-main .schoolvideo-text-inactive {;
        left: 13.4% !important;
    }
    .schoolvideo-content-main .schoolvideo-img {
        width: 95%;
    }
    .schoolvideo-content-main .schoolvideo-img .schoolvideo-btn i {
        width: 50px;
        height: 50px;
        font-size: 50px;
        top: calc((100% - 50px) / 2);
        left: calc((100% - 50px) / 2);
    }

    .schoolvideo-content-main .schoolvideo-video #video {
        top: calc(-20% + 10px);
    }
    .schoolvideo-content-main .schoolvideo-video #close {
        bottom: 0%;
    }

    .schoolbanner-container .post-button {
        width: 160px;
        height: 53px;
    }
    .schoolbanner-container .post-scroll {
        left: calc(50% - 160px / 2);
    }
    .schoolvideo-container header,
    .schooloffer-container header,
    .schoolpost-container header,
    .schoolschedule-container header,
    .schoolqa-container header {
        margin: 25px 0;
    }
    .schoolvideo-container .mobile-schoolvideo-text h1,
    .schooloffer-container .mobile-schooloffer-text h1,
    .schoolpost-container .mobile-schoolpost-text h1,
    .schoolschedule-container .mobile-schoolschedule-text h1,
    .schoolqa-container .mobile-schoolqa-text h1 {
        font-size: 22px;
    }
    .schoolvideo-container .mobile-schoolvideo-text p,
    .schooloffer-container .mobile-schooloffer-text p,
    .schoolpost-container .mobile-schoolpost-text p,
    .schoolschedule-container .mobile-schoolschedule-text p,
    .schoolqa-container .mobile-schoolqa-text p {
        font-size: 13px;
    }

    .schooloffer-bg {
        background: url(../img/schooloffer_bg_old.png) repeat;
    }
    .mobile-schooloffer-text h1 {
        font-family: 'shs-bold-custom';
        font-weight: bold;
        font-size: 32px;
        margin-top: 15px;
    }
    .mobile-schooloffer-text p {
        font-family: 'Arial-custom';
        font-size: 18px;
    }
    .schooloffer-bg {
        background: white;
    }
    .schooloffer-content-main {
        margin: 0 auto;
        padding: 0;
    }
    .schooloffer-mobile-content-main {
        display: flex !important;
    }
    .schooloffer-mobile-content-main .schooloffer-mobile-content img {
        margin-top: 10px;
    }
    .schooloffer-mobile-content-main .schooloffer-mobile-content .schooloffer-text {
        margin-bottom: 10px;
    }

    .schoolpost-bg {
        padding-bottom: 15px;
    }
    .schoolpost-content-main {
        padding: 0;
    }
    .schoolpost-content-main .schoolpost-content {
        width: 24%;
    }
    .schoolpost-content-main .schoolpost-content .schoolpost-text {
        font-size: 12px;
        bottom: 13%;
    }

    .schoolqa-btn {
        bottom: 2px;
        right: 15px;
    }
    .schoolqa-btn button {
        min-width: 18%;
        height: 38px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        border: 0;
        border-radius: 13px;
        margin-bottom: 20px;
        padding: 8px 8px;
        float: right;
    }

    .officialaccount .officialaccount-title-1 {
        width: 25%;
    }
    .officialaccount .officialaccount-title-2 {
        width: 30%;
    }
    .officialaccount .officialaccount-title-2 p {
        font-size: 16px;
    }
    .officialaccount .officialaccount-title-3 {
        width: 25%;
    }
    .officialaccount .officialaccount-content {
        display: flex;
        justify-content: center;
    }
    .officialaccount .officialaccount-qrcode {
         width: 100%;
         font-size: 14px;
         font-weight: bold;
     }
    .officialaccount .officialaccount-qrcode p {
        margin-top: 10px;
    }
    .officialaccount .officialaccount-qrcode img {
        width: 70%;
    }

}

@media (max-width: 660px) {
    .schoolvideo-content-main .schoolvideo-video #video {
        top: calc(-20%);
    }
}

@media (max-width: 545px) {
    .schoolvideo-content-main .schoolvideo-video #video {
        top: calc(-20% - 10px);
    }
    .schoolvideo-content-main .schoolvideo-text {
        font-size: 3vw;
        top: -12.2%;
        left: 12.3%;
    }
    .schoolvideo-content-main .schoolvideo-text-2 {
        font-size: 2.5vw;
        top: -11.3%;
        left: 29.8%;
    }
    .schoolvideo-content-main .schoolvideo-text-active {
        left: 28.5% !important;
    }
    .schoolvideo-content-main .schoolvideo-text-inactive {
        left: 12.8% !important;
    }
}

@media (max-width: 400px) {
    .schoolbanner-container .post-button {
        width: 140px;
        height: 43px;
    }
    .schoolbanner-container .post-scroll {
        left: calc(50% - 140px / 2);
    }

    .schoolvideo-content-main .schoolvideo-video #video {
        top: calc(-20% - 10px);
        left: 0%;
    }
    .schoolvideo-content-main .schoolvideo-video #close {
        bottom: -10%;
    }

    .schooloffer-mobile-content-main .schooloffer-mobile-content {
        width: 20%;
        padding: 2px;
    }
    .schooloffer-mobile-content-main .schooloffer-mobile-arrow {
        width: 4%;
    }
    .schooloffer-mobile-content-main .schooloffer-mobile-content img {
        margin-top: 15px;
    }
    .schooloffer-mobile-content-main .schooloffer-mobile-content .schooloffer-text {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .schoolpost-bg {
        padding-bottom: 30px;
    }
    .schoolpost-content-main .schoolpost-content .schoolpost-text {
        font-size: 11px;
        bottom: 5%;
    }

    .schoolqa-btn button {
        letter-spacing: 0px;
    }

    .officialaccount .officialaccount-title-2 {
        width: 40%;
    }
    .officialaccount .officialaccount-qrcode img {
        width: 80%;
    }
}

/*********媒体查询结束**********/
.home-games div:nth-child(n+4) {
    margin-top: 15px;
}
.games-div {
/*    border: 1px solid #c7c7c7;*/
/*    padding-top: 20px;*/
    margin-top: 30px;
/*    width: 1200px;*/
/*    min-width: 1200px;*/
}
.games-ul {
    padding-left: 0px;
}
.games-ul li {
/*    float: left;*/
    width: 100%;
    height: 100%;
/*    margin: 0 0 21px 21px;*/
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.games-ul li:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.games-ul li img {
    width: 100%;
    height: 100%;
    -webkit-transition: .6s all ease;
    transition: .6s all ease
}

.games-ul li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 4px 10px 0 #999;
    box-shadow: 0 4px 10px 0 #999
}

.games-ul li:hover .cover {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.games-ul .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.games-ul .game-icon {
    display: block;
    width: 101px;
    height: 101px;
    border-radius: 6px
}

.games-ul .game-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 20px 0 44px
}

.games-ul .cover a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 6px 28px
}

.games-ul li.no-game {
    background: rgba(255, 255, 255, .8);
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
}

.games-ul li.no-game:hover {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.games-ul li.no-game p {
    text-align: center;
    font-size: 24px;
    color: #c3c3c3;
    margin-top: 55%;
}

.games-ul li.no-game h3 {
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    color: #c3c3c3;
    margin-bottom: 89%;
}

.specialgame-container {
    margin-top: 10px;
}
.specialgame-container p {
    margin-bottom: 0px !important;
    font-size: 16px;
}
.specialgame-container h3 {
    margin-top: 0px !important;
}

@media (max-width:767px) {
    main.content {
        background-color: #f8f8f8;
        margin-bottom: -25px;
    }
    .downloada {
        display: inline-block;
        border: 1px solid #3c8dbc;
        padding: 5px 8px;
        margin-top: 13px;
        border-radius: 4px;
        font-size: 12px;
    }
    .mobile-games {
        border-radius: 8px;
        position: relative;
    }
    .mobile-games .cover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        opacity: 0.8;
        border-radius: 8px;
    }
    .mobile-games img.games_cover {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }
    .mobile-icon {
        width: 150px !important;
        position: absolute;
        top: 15%;
        left: 25%;
    }
    .mobile-icon img {
        width: 70px;
        height: 70px;
        border-radius: 6px;
    }
    .mobile-games h3,.mobile-games a {
        color: #fff !important;
        font-weight: bold;
    }
}